Extension point servers
In component org.nuxeo.runtime.api.ServiceManagement
Documentation
Define a server that expose services.
A server is
Contribution Descriptors
- Class: org.nuxeo.runtime.api.ServiceHost
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="servers" target="org.nuxeo.runtime.api.ServiceManagement"> <documentation> Locator properties (including JNDI properties) are specified using "property" elements <p/> To change the prefix and suffix used to generate the service key you may define the "prefix" and "suffix" properties <p/> Service group exposed by a server are declared using the "group" element <p/> To specify the default group (the root) use "*" </documentation> <server class="org.nuxeo.runtime.api.JBossServiceLocator"> <group>*</group> </server> </extension>